home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / C++ / card_6558_render.png < prev    next >
Portable Network Graphic  |  1991-11-29  |  4.5 KB  |  512x342  |  4-bit (3 colors)
   ocr: CU versus C++ There are several distinct ditrerences between the C and C++ prograil - ing languages. Let us esamine a few of these ditterences. I. C++ ofters Ubject Uriented ProgrammingtouP). Ubject uriented Programming is designed similar to the way you see the world, in terms of objects and classes. I1. C++ ofters more flesibility that C. reatures that allow C++ to have more flesibility include : inline functions,outside class definitions, friend runctions, overioadingirunctions and muitiple constructors), over- loading operators to provide new meanings, including others. II1. C++ otters bet ...